Cơ sở dữ liệu hỗ trợ Entity Framework

Entity Framework hỗ trợ nhiều loại cơ sở dữ liệu khác nhau bao gồm hầu hết các hệ quản trị cơ sở dữ liệu quan hệ phổ biến, đặc biệt Entity Framework Core còn hỗ trợ cả hệ quản trị cơ sở dữ liệu NOSQL là Cosmos DB.[7]

Tính năngEF6.4EF Core
SQL Server1.0
MySQL1.0
PostgreSQL1.0
Oracle1.0
SQLite1.0
SQL Server Compact1.0 (**)
DB21.0
Firebird2.0
Jet (Microsoft Access)2.0 (**)
Azure Cosmos DB3.0
In-memory (phụ vụ kiểm thử)1.0

** Cơ sở dữ liệu SQL Server Compact và Jet providers chỉ chạy được với .NET Framework (không hỗ trợ trên .NET Core).

Tài liệu tham khảo

WikiPedia: Entity Framework http://msdn.microsoft.com/en-us/data/ef.aspx https://github.com/dotnet/ef6 https://github.com/dotnet/efcore https://www.hanselman.com/blog/aspnet-5-is-dead-in... https://devblogs.microsoft.com/dotnet/entity-frame... https://docs.microsoft.com/en-us/ef/ https://docs.microsoft.com/en-us/ef/core/providers... https://docs.microsoft.com/en-us/ef/efcore-and-ef6... https://web.archive.org/web/20150929124551/http://... https://web.archive.org/web/20220113104230/https:/...